Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add TLA+ output of a Cubicle model with -tla option. #2

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

philippe-queinnec
Copy link

Add an option -tla to output a TLA+ specification equivalent to the Cubicle input.
Touched files: main.ml (one line) and options.{ml,mli} (new variable tla) + a new module tla.{ml,mli}.

Goals: quickly check that the Cubicle code is actually doing something / use the TLA+ toolbox environment to debug the model with the forward enumerative model-checker TLC.

All examples from Cubicle distribution are translated except for the one which explicitly uses #num to identify processes.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant